@charset "utf-8";
/* CSS Document */
html, body {
  width: 100%;
  height: 100%; }

body {
  font: normal 100%/1em "Proxima N W01 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  color: black;
  background-color: #dbd9d6;
  webkit-tap-highlight-color: rgba(0, 99, 190, 0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }


header:after,
nav:after,
section:after,
footer:after {
  content: "";
  display: table;
  clear: both; }
h2.band { color: #FFFFFF !important;
font-size: 24px !important}
h1,
h2,
h3,
h4 {
  font: normal 100%/1em "Proxima N W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 0.85em;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  letter-spacing: -1px; }
ul, li {color: #000000 !important;}
h1 {
  font: normal 100%/1em "Proxima N W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 23px; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 56px; } }
  @media only screen and (min-width: 992px) {
    h1 {
      font-size: 76px; } }

h2 {
  font: normal 100%/1em "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 19px; }
  h2 strong {
    font: normal 100%/1em "Proxima N W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 400px) {
    h2 {
      font-size: 24px; } }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 28px; } }
  @media only screen and (min-width: 992px) {
    h2 {
      font-size: 30px; } }
  @media only screen and (min-width: 1200px) {
    h2 {
      font-size: 32px; } }

h3 {
  font-size: 18px; }

h4 {
  font: normal 100%/1em "Proxima N W01 At Xbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 0.9em; }
  @media only screen and (min-width: 768px) {
    h4 {
      font-size: 18px; } }
  @media only screen and (min-width: 992px) {
    h4 {
      font-size: 20px; } }
  @media only screen and (min-width: 1200px) {
    h4 {
      font-size: 24px; } }

p,
ul li,
div {
  font-size: 14px;
  line-height: 1.5em; }
  @media only screen and (min-width: 768px) {
    p,
    ul li,
    div {
      font-size: 16px; } }

strong {
  font: normal 100%/1em "Proxima N W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }

ul {
  list-style: none;
  padding: 0; }

sup {
  top: -0.6em;
  font-size: 60%; }

a {
  color: #fff;
  text-decoration: none; }
  a:hover, a:active {
    color: #ffd200;
    text-decoration: none; }
  a:focus {
    outline: 0;
    text-decoration: none; }

section {
  position: relative; }

.btn, .btn-download {
  position: relative;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  background-color: #007db1;
  color: #fff;
  font: normal 100%/1em "Proxima N W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 13px 30px 13px 15px;
  display: block;
  margin: 0 auto;
  text-align: left;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  .btn:before, .btn-download:before {
    font-family: "Material Icons";
    content: "\e5cc";
    font-size: 27px;
    right: 10px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.btn:hover {
  color: #fff;
  background-color: #000;
  border-color: #000; }

.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  text-decoration: none; }

.btn-download {
  background-color: #007db1;
  color: #fff; }
  .btn-download:before {
    font-family: "Material Icons";
    content: "\e2c4";
    font-size: 27px;
    right: 10px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

@media only screen and (min-width: 768px) {
  .align-middle {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto; } }
.navbar {
  min-height: 51px;
  border: 0;
  border-radius: initial;
  margin-bottom: 0; }

.navbar-default {
  border-bottom: 3px solid #dbd9d6; }
  .navbar-default .nav {
    padding-left: 15px; }
    @media only screen and (min-width: 768px) {
      .navbar-default .nav {
        padding-left: 0; } }
  .navbar-default .navbar-header {
    display: inline-block;
    margin-right: 0;
    margin-left: 0; }
  .navbar-default .navbar-brand {
    color: #fff; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #fff; }
    @media only screen and (min-width: 768px) {
      .navbar-default .navbar-brand {
        margin-left: 0; } }
  .navbar-default .navbar-right {
    float: right !important;
    margin-right: 0; }
  .navbar-default .navbar-brand-right, .navbar-default .navbar-brand-right img {
    width: 112px;
    height: 54px;
    padding: 9px 0; }
  .navbar-default .navbar-nav > li > a {
    font: normal 100%/1em "Proxima N W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    position: relative; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #fff; }
      .navbar-default .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li > a:focus:before {
        color: #ffd200; }
    .navbar-default .navbar-nav > li > a:before {
      font-family: "Material Icons";
      content: "\E145";
      left: -3px;
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media only screen and (min-width: 768px) {
      .navbar-default .navbar-nav > li > a {
        font-size: 18px;
        padding-top: 17px;
        padding-bottom: 17px; } }

.navbar-brand {
  max-width: 103px;
  margin: 0 auto;
  padding: 9px 0; }

section#intro {
  background: #000000 url(https://secure.eloqua.com/EloquaImages/clients/ZebraTechnologiesCorp/%7B28ebdb8b-7124-43d0-a501-2cb6e6502907%7D_2400x1070_bg-intro-section.jpg) no-repeat center bottom/cover;
  min-height: 415px;
  padding: 95px 0 0;
  text-align: center;
  overflow: hidden; }
  section#intro .intro-img {
    position: relative;
    width: 290px;
    margin: 25px auto 0;
    z-index: 1; }
    section#intro .intro-img:after {
      position: absolute;
      content: "";
      width: 2px;
      height: 100%;
      bottom: -10px;
      left: 50%;
      -moz-transform: translateX(-1px);
      -ms-transform: translateX(-1px);
      -webkit-transform: translateX(-1px);
      transform: translateX(-1px);
      height: 604px;
      background-color: #fff; }
  section#intro h1 {
    color: #fff;
    background-color: #007db1;
    text-align: center;
    padding: 10px 0 27px;
    line-height: 1em;
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10; }
    section#intro h1 span {
      font: normal 100%/1em "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  section#intro h2 {
    color: #000;
    background-color: #fff;
    padding: 7px 10px;
    margin: -17px auto 0;
    display: block;
    max-width: 260px;
    width: 100%;
    position: relative;
    z-index: 10; }
  section#intro .robot {
    position: absolute;
    width: 430px;
    bottom: 100%;
    left: 50%;
    -moz-transform: translate(-30%, 120px);
    -ms-transform: translate(-30%, 120px);
    -webkit-transform: translate(-30%, 120px);
    transform: translate(-30%, 120px);
    z-index: 20; }
  @media only screen and (min-width: 400px) {
    section#intro {
      min-height: 440px; }
      section#intro .intro-img {
        width: 310px;
        margin: 25px auto 0; }
      section#intro h1 {
        font-size: 28px;
        max-width: 370px;
        padding: 10px 0 30px; }
      section#intro h2 {
        font-size: 23px;
        max-width: 320px;
        margin: -18px auto 0; } }
  @media only screen and (min-width: 768px) {
    section#intro {
      min-height: 600px;
      padding: 120px 0 0; }
      section#intro .intro-img {
        width: 470px;
        margin: 25px auto 0; }
      section#intro .robot {
        width: 533px;
        -moz-transform: translate(-41%, 153px);
        -ms-transform: translate(-41%, 153px);
        -webkit-transform: translate(-41%, 153px);
        transform: translate(-41%, 153px); }
      section#intro h1 {
        font-size: 44px;
        max-width: 612px;
        padding: 15px 0 30px; }
      section#intro h2 {
        font-size: 28px;
        max-width: 390px;
        margin: -24px auto 0; } }
  @media only screen and (min-width: 1200px) {
    section#intro {
      background: #000000 url(https://secure.eloqua.com/EloquaImages/clients/ZebraTechnologiesCorp/%7B28ebdb8b-7124-43d0-a501-2cb6e6502907%7D_2400x1070_bg-intro-section.jpg) no-repeat center bottom/cover;
      min-height: 600px;
      padding: 120px 0 0; }
      section#intro .intro-img {
        position: relative;
        width: 470px;
        margin: 25px auto 0;
        z-index: 1; }
        section#intro .intro-img:after {
          position: absolute;
          content: "";
          width: 2px;
          height: 100%;
          bottom: 0;
          left: 234px;
          height: 604px;
          background-color: #fff; }
      section#intro .robot {
        width: 533px;
        -moz-transform: translate(-41%, 153px);
        -ms-transform: translate(-41%, 153px);
        -webkit-transform: translate(-41%, 153px);
        transform: translate(-41%, 153px); }
      section#intro h1 {
        font-size: 44px;
        max-width: 612px;
        padding: 15px 0 30px; }
      section#intro h2 {
        font-size: 28px;
        max-width: 390px;
        margin: -24px auto 0; } }

section#video {
  background: #dbd9d6 url(https://secure.eloqua.com/EloquaImages/clients/ZebraTechnologiesCorp/%7Bccd0db74-f8c4-49ba-bc53-6299574308d0%7D_3000x1148_bg-video-section.jpg) no-repeat center/cover;
  padding: 30px 0;
  text-align: center; }
  section#video .video-container {
    position: relative;
    border: 5px solid #fff;
    max-width: 655px;
    margin: 30px auto 10px; }
    section#video .video-container .video-cta-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: transparent;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      cursor: pointer; }
      section#video .video-container .video-cta-container:hover {
        background-color: rgba(0, 0, 0, 0.5); }
      section#video .video-container .video-cta-container .wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center; }
        section#video .video-container .video-cta-container .wrapper .video-play-btn {
          background-color: rgba(255, 255, 255, 0.7);
          border-radius: 50%;
          width: 34px;
          height: 34px;
          margin: 0 auto;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          section#video .video-container .video-cta-container .wrapper .video-play-btn i {
            color: #007db1;
            font-size: 30px;
            padding: 2px; }
        section#video .video-container .video-cta-container .wrapper p {
          color: #fff;
          font: normal 100%/1em "Proxima N W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 15px;
          text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
          text-transform: uppercase;
          margin-top: 10px; }
      section#video .video-container .video-cta-container:hover .video-play-btn {
        background-color: white; }
  @media only screen and (min-width: 400px) {
    section#video .video-container .video-cta-container .wrapper .video-play-btn {
      width: 52px;
      height: 52px; }
      section#video .video-container .video-cta-container .wrapper .video-play-btn i {
        font-size: 39px;
        padding: 7px; }
    section#video .video-container .video-cta-container .wrapper p {
      font-size: 16px; } }
  @media only screen and (min-width: 768px) {
    section#video .video-container {
      position: relative;
      border: 9px solid #fff;
      max-width: 666px; }
      section#video .video-container .video-cta-container .wrapper .video-play-btn {
        width: 52px;
        height: 52px; }
        section#video .video-container .video-cta-container .wrapper .video-play-btn i {
          font-size: 39px;
          padding: 7px; }
      section#video .video-container .video-cta-container .wrapper p {
        font-size: 16px; } }

.modal .modal-dialog .modal-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .modal .modal-dialog .modal-content .modal-header {
    padding: 0 15px 0;
    border-bottom: 0; }
    .modal .modal-dialog .modal-content .modal-header .close {
      margin: 0;
      font-size: 45px;
      line-height: 45px; }
  .modal .modal-dialog .modal-content .modal-body {
    padding: 0 15px 15px; }
.modal:after {
  content: "";
  background: url(https://secure.eloqua.com/EloquaImages/clients/ZebraTechnologiesCorp/%7B4aee6dbd-4667-4c8d-b600-4363a3d900eb%7D_video-pic.jpg) no-repeat center/cover;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1; }
@media only screen and (min-width: 992px) {
  .modal .modal-dialog {
    width: 900px; } }

.modal-backdrop.in {
  filter: alpha(opacity=100);
  opacity: 1; }

section#partner {
  background: #ffffff;
  padding: 30px 0;
  text-align: center; }
  section#partner h2 {
    text-transform: inherit; }
  section#partner p {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; }
  @media only screen and (min-width: 1200px) {
    section#partner {
      padding: 70px 0; }
      section#partner p {
        max-width: 530px; } }


section#infographic {
  background: #dbd9d6;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 0; }
  section#infographic .ig-content {
    padding: 20px 0; }
    section#infographic .ig-content h2 {
      text-transform: inherit;
      margin-bottom: 15px;
      max-width: 320px;
      margin-left: auto;
      margin-right: auto; }
    section#infographic .ig-content a {
      color: #fff;
      text-transform: uppercase;
      padding: 10px;
      display: block;
      text-align: left;
      max-width: 320px; }
  section#infographic .ig-container {
    position: relative;
    height: 220px;
    width: 100%;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto; }
    section#infographic .ig-container .ig-front, section#infographic .ig-container .ig-back {
      position: absolute;
      width: 180px; }
      section#infographic .ig-container .ig-front img, section#infographic .ig-container .ig-back img {
        box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.3); }
    section#infographic .ig-container .ig-front {
      top: 10px;
      left: 10px;
      -moz-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg); }
    section#infographic .ig-container .ig-back {
      left: 100px;
      top: 30px;
      -moz-transform: rotate(5.5deg);
      -ms-transform: rotate(5.5deg);
      -webkit-transform: rotate(5.5deg);
      transform: rotate(5.5deg); }
  @media only screen and (min-width: 768px) {
    section#infographic {
      text-align: left; }
      section#infographic .ig-content {
        height: 100%; }
        section#infographic .ig-content h2 {
          margin-bottom: 15px;
          max-width: 100%; }
        section#infographic .ig-content a {
          padding: 15px;
          margin: 0; }
      section#infographic .ig-container {
        display: table;
        position: relative;
        max-width: 100%;
        height: 300px; }
        section#infographic .ig-container .ig-back, section#infographic .ig-container .ig-front {
          width: 200px; }
        section#infographic .ig-container .ig-back {
          left: 100px;
          top: 60px; }
        section#infographic .ig-container .ig-front {
          top: 40px;
          left: 0; } }
  @media only screen and (min-width: 992px) {
    section#infographic .ig-container {
      position: relative;
      height: 400px; }
      section#infographic .ig-container .ig-back, section#infographic .ig-container .ig-front {
        position: absolute;
        width: 300px; }
      section#infographic .ig-container .ig-back {
        top: -40px;
        left: 150px; }
      section#infographic .ig-container .ig-front {
        top: -70px;
        left: -10px; } }
  @media only screen and (min-width: 1200px) {
    section#infographic .ig-container {
      height: 500px; }
      section#infographic .ig-container .ig-back, section#infographic .ig-container .ig-front {
        position: absolute;
        width: 355px; }
      section#infographic .ig-container .ig-back {
        top: -40px;
        left: 150px; }
      section#infographic .ig-container .ig-front {
        top: -70px;
        left: -10px; } }

section#spec-sheet {
  background: #dad9d5;
  padding: 30px 0;
  text-align: center;
  min-height: 390px;
  position: relative;
  z-index: 10; }
  section#spec-sheet h2 {
    color: #000;
    font-size: 20px;
    margin-bottom: 15px; }
    section#spec-sheet h2 strong {
      font: normal 100%/1em "Proxima N W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  section#spec-sheet .advantage-container {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; }
    section#spec-sheet .advantage-container h3 {
      display: inline-block;
      color: #fff;
      background-color: #007db1;
      padding: 10px 15px; }
    section#spec-sheet .advantage-container ul {
      list-style: disc;
      padding: 10px 10px 0px 30px;
      margin-bottom: 20px; }
      section#spec-sheet .advantage-container ul li {
        text-align: left;
        color: #000; }
    section#spec-sheet .advantage-container a {
      margin-bottom: 20px;
      max-width: 360px; }
  section#spec-sheet h1 {
    font: normal 100%/1em "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 19px;
    text-align: center;
    color: #fff;
    background-color: #007db1;
    padding: 10px 15px;
    margin-bottom: 10px; }
  section#spec-sheet img.thm-spec-sheet {
    width: 320px;
    margin-left: auto;
    margin-right: auto; }
  section#spec-sheet .prod-container {
    background-color: #fff;
    padding: 20px;
    max-width: 400px;
    margin: 0 auto 10px; }
    section#spec-sheet .prod-container .col-xs-5, section#spec-sheet .prod-container .col-xs-7 {
      padding-left: 0;
      padding-right: 0; }
    section#spec-sheet .prod-container .prod-img {
      width: 100%;
      margin: auto; }
      section#spec-sheet .prod-container .prod-img .prod-1 {
        max-width: 178px; }
      section#spec-sheet .prod-container .prod-img .prod-2 {
        max-width: 213px; }
    section#spec-sheet .prod-container .prod-content {
      text-align: left;
      padding-left: 15px; }
      section#spec-sheet .prod-container .prod-content h2 {
        font: normal 100%/1em "Proxima N W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        display: inline-block;
        font-size: 20px;
        background-color: #007db1;
        padding: 5px 10px; }
      section#spec-sheet .prod-container .prod-content p {
        font-size: 12px;
        line-height: 1.2em; }
        section#spec-sheet .prod-container .prod-content p strong {
          font: normal 100%/1em "Proxima N W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    section#spec-sheet {
      text-align: left;
      padding: 60px 0; }
      section#spec-sheet h2 {
        text-align: center;
        margin-bottom: 25px; }
      section#spec-sheet .advantage-container {
        max-width: 100%;
        margin-left: inherit;
        margin-right: inherit; }
        section#spec-sheet .advantage-container a {
          margin-left: 0;
          margin-right: 0;
          max-width: 360px; }
          section#spec-sheet .advantage-container a:hover {
            color: #007db1; }
      section#spec-sheet h1 {
        font-size: 24px;
        max-width: 673px;
        margin: 0 auto 30px; }
      section#spec-sheet .prod-container {
        max-width: 100%;
        padding: 20px 20px 5px;
        min-height: 215px; } }
  @media only screen and (min-width: 992px) {
    section#spec-sheet h2 {
      font-size: 32px; }
    section#spec-sheet img.thm-spec-sheet {
      width: 550px; }
    section#spec-sheet .advantage-container {
      max-width: 100%;
      margin-left: inherit;
      margin-right: inherit; }
      section#spec-sheet .advantage-container a {
        margin-left: 0;
        margin-right: 0;
        max-width: 360px; }
        section#spec-sheet .advantage-container a:hover {
          color: #007db1; }
    section#spec-sheet h1 {
      font-size: 24px;
      max-width: 673px;
      margin: 0 auto 30px; }
    section#spec-sheet .prod-container {
      max-width: 100%;
      padding: 30px 20px 5px;
      min-height: 295px; }
      section#spec-sheet .prod-container .prod-content p {
        font-size: 16px; } }
  @media only screen and (min-width: 1200px) {
    section#spec-sheet .prod-container {
      max-width: 100%;
      padding: 30px 20px 5px;
      min-height: 350px; } }

section#contact {
  background: #000 url(https://secure.eloqua.com/EloquaImages/clients/ZebraTechnologiesCorp/%7Bf7a7d209-a91f-42d0-8103-fa2b677f194f%7D_3000x1000_bg-contact-section.jpg) no-repeat center bottom/cover;
  color: #333e47;
  position: relative;
   }
  section#contact .bg-white {
    background-color: #fff; }
  section#contact .bg-blue {
    background-color: #007db1;
    color: #fff; }
  section#contact .contact-info {
    padding: 30px 15px; }
  section#contact .form-header {
    padding: 20px 0; }
  section#contact h2 {
    color: #fff;
    text-transform: inherit;
    text-align: center; }
  section#contact p {
    text-align: center;
    font-size: 18px; }
    section#contact p a {
      color: #000;
      text-decoration: underline; }
      section#contact p a:hover {
        color: #007db1; }
  @media only screen and (min-width: 768px) {
    section#contact {
      padding: 95px 0; }
      section#contact h2 {
        text-align: left; }
      section#contact p {
        text-align: left; }
      section#contact .bg-white, section#contact .bg-blue {
        min-height: 370px; } }
  @media only screen and (min-width: 992px) {
    section#contact {
      padding: 95px 0; }
      section#contact .bg-white, section#contact .bg-blue {
        min-height: 370px; } }
  section#contact .form-container {
    max-width: 400px;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      section#contact .form-container {
        max-width: 890px; } }
  section#contact form#contact-form .fields-form {
    padding: 12px 0; }
    @media only screen and (min-width: 768px) {
      section#contact form#contact-form .fields-form {
        padding: 12px; } }
  section#contact form#contact-form .form-group {
    position: relative;
    margin-bottom: 8px;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    z-index: 1; }
    section#contact form#contact-form .form-group:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (min-width: 768px) {
      section#contact form#contact-form .form-group {
        width: 50%;
        float: left; } }
  section#contact form#contact-form p {
    padding-top: 10px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    color: #000000;
    font-family: "Proxima N W01 Reg"; }
  section#contact form#contact-form input, section#contact form#contact-form select {
    font-family: "Proxima N W01 Reg";
    font-size: 18px;
    border-radius: 0;
    border: 0;
    background: #ffffff;
    color: #333e47 !important;
    padding: 10px;
    width: 100%;
    height: 35px; }
  section#contact form#contact-form input::-webkit-input-placeholder {
    color: #333e47 !important; }
  section#contact form#contact-form select {
    border-radius: 0;
    -webkit-appearance: none;
    padding-top: 0;
    padding-bottom: 0; }
  section#contact form#contact-form .select:after {
    content: "\f107";
    font-family: fontawesome;
    font-size: 30px;
    line-height: 23px;
    display: table-cell;
    text-align: center;
    padding-top: 5px;
    width: 35px;
    height: 35px;
    background-color: #323e46;
    color: #fff;
    position: absolute;
    top: 0;
    right: 10px;
    pointer-events: none; }
  section#contact form#contact-form .select:focus {
    outline: none; }
  section#contact form#contact-form .all-required {
    font-family: "Proxima N W01 Reg";
    padding-bottom: 20px;
    font-size: 14px;
    color: #000000; }
  section#contact form#contact-form .block {
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-size: 14px; }
  section#contact form#contact-form .check {
    font-family: "Proxima N W01 Reg"; }
    section#contact form#contact-form .check input {
      width: 13px;
      height: 13px;
      padding: 0;
      margin: 0;
      vertical-align: bottom;
      position: relative;
      top: -3px;
      overflow: hidden;
      border-radius: 0; }
  section#contact form#contact-form label {
    display: block;
    font-weight: normal;
    font: normal 100%/1em "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4em; }
    @media only screen and (min-width: 992px) {
      section#contact form#contact-form label {
        font-size: 15px;
        line-height: 1em; } }
    section#contact form#contact-form label.error {
      position: absolute;
      top: -26px;
      right: 16px;
      color: #fff;
      font-size: 12px;
      padding: 4px 10px;
      background-color: #ff0000;
      z-index: 10; }
      section#contact form#contact-form label.error:after {
        content: "";
        position: absolute;
        bottom: -12px;
        right: 10px;
        border-width: 12px 12px 0;
        border-style: solid;
        border-color: #ff0000 transparent;
        display: block;
        width: 0; }
  section#contact form#contact-form .btn {
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    padding: 9px;
    height: 35px;
    background-color: #333e47; }
    section#contact form#contact-form .btn:before {
      content: ""; }
  section#contact form#contact-form .form-highlight {
    border: solid 2px #ed1c24 !important; }

section#thank-you {
  background: #000 url(https://secure.eloqua.com/EloquaImages/clients/ZebraTechnologiesCorp/%7Bf7a7d209-a91f-42d0-8103-fa2b677f194f%7D_3000x1000_bg-contact-section.jpg) no-repeat center bottom/cover;
  color: #333e47;
  position: relative;
  z-index: 10; }
  section#thank-you .bg-white {
    background-color: #fff; }
  section#thank-you .bg-blue {
    background-color: #007db1;
    color: #fff; }
  section#thank-you .ty-header {
    padding: 100px 20px;
    text-align: center; }
  @media only screen and (min-width: 768px) {
    section#thank-you {
      padding: 95px 0; }
      section#thank-you .bg-white, section#thank-you .bg-blue {
        min-height: 370px; }
      section#thank-you .ty-header {
        padding: 100px 40px; } }
  @media only screen and (min-width: 992px) {
    section#thank-you {
      padding: 95px 0; }
      section#thank-you .bg-white, section#thank-you .bg-blue {
        min-height: 370px; } }

footer {
  background-color: #000;
  color: #fff;
  padding: 50px 15px;
  font: normal 100%/1em "Proxima N W01 Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px; }
  footer .footer-logo {
    width: 57px;
    margin: 15px auto; }
    @media only screen and (min-width: 768px) {
      footer .footer-logo {
        float: left; } }
  footer .footer-content ul {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px; }
    footer .footer-content ul li {
      padding-bottom: 10px;
      text-align: center; }
    @media only screen and (min-width: 768px) {
      footer .footer-content ul {
        border-top: 0;
        border-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0; }
        footer .footer-content ul li {
          display: inline-block;
          font-size: 13px;
          text-align: left; }
          footer .footer-content ul li:first-child:after, footer .footer-content ul li:nth-child(2):after {
            content: "|";
            padding: 0 10px; } }
  footer p {
    text-align: center; }
  @media only screen and (min-width: 768px) {
    footer .footer-content {
      margin-left: 100px; }
    footer p {
      text-align: left; } }


